object PaletteForm: TPaletteForm Left = 287 Top = 202 Width = 435 Height = 386 Caption = 'Colour Palette' Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 125 TextHeight = 16 object Panel1: TPanel Left = 24 Top = 40 Width = 273 Height = 273 BevelOuter = bvLowered Color = clGray TabOrder = 0 object PaintBox1: TPaintBox Left = 8 Top = 8 Width = 256 Height = 256 Color = clBlack ParentColor = False OnPaint = PaintBox1Paint end end end